Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Besoins): Correction sur le nombre d'occurrences en status Nouveau sur le filtre par type #1126

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

SebastienReuiller
Copy link
Contributor

Quoi ?

Correction du nombre d'occurrence dans la liste déroulante et dans le compteur d'entête.

Pourquoi ?

Le distinct utilisé pour dédoublonner, dans le cas où l'utilisateur a plusieurs structures, produit uniquement des 1.

Comment ?

En déplaçant le queryset sur Tender.

Captures d'écran

image

Copy link
Contributor

@raphodn raphodn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

top !

@@ -243,6 +243,21 @@ def with_siae_stats(self):
),
)

def unread(self, user):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

est-ce que tu as vu des ralentissements dans le chargement des pages ? est-ce qu'on pourra mesure facilement avant/après ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je ne vois pas de ralentissement entre hier et le 12. À surveiller.
impact_latence_19

@raphodn raphodn merged commit 6bc052b into master Mar 18, 2024
5 checks passed
@raphodn raphodn deleted the sreuiller/fix-unread-counts branch March 18, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants